![](dotnetdiagramimages/OpcLabs_EasyOpcUA_OpcLabs_EasyOpc_UA_InformationModel_UAPropertyNode`2.png)
'Declaration
<ComVisibleAttribute(False)> <UATypeDefinitionIdAttribute("nsu=http://opcfoundation.org/UA/;i=68")> <UANamespaceAttribute("http://opcfoundation.org/UA/")> <UATypeAttribute()> <CLSCompliantAttribute(True)> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> Public Class UAPropertyNode (Of TValue,TAttribute) Inherits UABaseVariable(Of TValue,TAttribute)
'Usage
Dim instance As UAPropertyNode(Of TValue,TAttribute)
[ComVisible(false)] [UATypeDefinitionId("nsu=http://opcfoundation.org/UA/;i=68")] [UANamespace("http://opcfoundation.org/UA/")] [UAType()] [CLSCompliant(true)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public class UAPropertyNode<TValue,TAttribute> : UABaseVariable<TValue,TAttribute>
[ComVisible(false)] [UATypeDefinitionId("nsu=http://opcfoundation.org/UA/;i=68")] [UANamespace("http://opcfoundation.org/UA/")] [UAType()] [CLSCompliant(true)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] generic<typename TValue> generic<typename TAttribute> public ref class UAPropertyNode : public UABaseVariable<TValue,TAttribute>
System.Object
OpcLabs.BaseLib.LiveMapping.MappedObject
OpcLabs.EasyOpc.UA.LiveMapping.UAMappedNode
OpcLabs.EasyOpc.UA.InformationModel.UABaseVariable<TValue,TAttribute>
OpcLabs.EasyOpc.UA.InformationModel.UAPropertyNode<TValue,TAttribute>